home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20031118-20041115 / 000143_googlea.w.husm…spamgourmet.com_Sun Mar 21 12:38:15 2004.msg < prev    next >
Internet Message Format  |  2020-01-01  |  4KB

  1. Path: newsmaster.cc.columbia.edu!iad-feed.news.verio.net!peer1.stngva01.us.to.verio.net!news.verio.net!news.glorb.com!postnews2.google.com!not-for-mail
  2. From: googlea.w.husmann@spamgourmet.com (Wolfgang Husmann)
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Kermit at Mac OS X with Keyspan SX Pro
  5. Date: 21 Mar 2004 07:31:58 -0800
  6. Organization: http://groups.google.com
  7. Lines: 76
  8. Message-ID: <7d86b4de.0403210731.2ff5d4e0@posting.google.com>
  9. NNTP-Posting-Host: 80.129.12.82
  10. Content-Type: text/plain; charset=ISO-8859-1
  11. Content-Transfer-Encoding: 8bit
  12. X-Trace: posting.google.com 1079883119 14819 127.0.0.1 (21 Mar 2004 15:31:59 GMT)
  13. X-Complaints-To: groups-abuse@google.com
  14. NNTP-Posting-Date: Sun, 21 Mar 2004 15:31:59 +0000 (UTC)
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14854
  16.  
  17. I have been using successfully Kermit on my G4/Mac OS X
  18. 10.2.x/Griffins G4Port to communicate with my scientific calculator
  19. Hewlett-Packard HP-48SX (for details please refer to my web page
  20. http://chaos-zu-haus.de/HP48AndMacOSX/HP48AndMacOSX.html).
  21.  
  22. Recently I replaced Griffins G4Port (with a 3-way serial switch) by a
  23. Keyspan SX Pro 4-port serial card. While my serial Palm III craddle
  24. (software: Palm Desktop) and my modem US Robotics Sportster Vi
  25. (software: Apples PPP) continue to work without any problems I cannot
  26. get the HP-48SX to work: Kermit says "Carrier required but not
  27. detected. Connection broken (carrier signal lost)."
  28.  
  29. Here is how I try to connect to the HP-48SX (sorry about the length of
  30. this):
  31.  
  32. I connect the HP-48SX with Hewlett-Packards serial cable to the SX
  33. pros serial port #1.
  34.  
  35. When I tell Kermit to use the SX Pros first port ("set line
  36. /dev/tty.SXProSCP1.1") the status of Port1 in the "Device Details"
  37. window of "Keyspan Serial Assistant" changes from "Available" to "In
  38. Use 9600".
  39.  
  40. After that I check Kermits communication settings to make sure they
  41. match the HP-48SXs settings:
  42.  
  43. )   /Users/wolfgang/) C-Kermit>show communications 
  44. )   
  45. )   Communications Parameters:
  46. )    Line: /dev/tty.SXProSCP1.1, speed: 9600, mode: local, modem:
  47. generic
  48. )    Parity: none, stop-bits: (default) (8N1)
  49. )    Duplex: full, flow: rts/cts, handshake: none
  50. )    Carrier-watch: auto, close-on-disconnect: off
  51. )    Lockfile: /var/spool/uucp/LCK..tty.SXProSCP1.1
  52. )    Terminal bytesize: 8, escape character: 28 (^\)
  53. )   
  54. )    Carrier Detect      (CD):  Off
  55. )    Dataset Ready       (DSR): Off
  56. )    Clear To Send       (CTS): On
  57. )    Ring Indicator      (RI):  Off
  58. )    Data Terminal Ready (DTR): On
  59. )    Request To Send     (RTS): On
  60. )   
  61. )   Type SHOW DIAL to see DIAL-related items.
  62. )   Type SHOW MODEM to see modem-related items.
  63.  
  64. When I start the data transfer an error occurs:
  65.  
  66. )   (/Users/wolfgang/) C-Kermit>get FPFahrliste              
  67. )   
  68. )   ?Carrier required but not detected
  69. )   ?Connection broken (carrier signal lost)
  70.  
  71. In "Keyspan Serial Assistant" neither "Device Details" nor "Event Log"
  72. shows any trace of the failed data transfer.
  73.  
  74. To solve that problem I tried the following without success:
  75.  - tried "/dev/cu.SXProSCP1.1" instead of "/dev/tty.SXProSCP1.1"
  76.  - tried the other ports of the card with the appropriate entry in
  77. /dev/
  78.  - "set carrier-watch off" in Kermit makes Kermit to wait forever
  79. instead of aborting with an error
  80.  
  81. Kermits "show communications" reveals differences between the Keyspan
  82. SX Pro and Griffins G4Port:
  83.  
  84. "Carrier Detect (CD)": SX Pro OFF, G4Port ON
  85. "Clear To Send (CTS)": SX Pro ON, G4Port OFF
  86.  
  87. I do not really understand what that means and how that may affect
  88. kermits communication with the HP.
  89.  
  90. Any ideas?
  91.  
  92. Any hint towards a possible solution appreciated, Wolfgang H.
  93.